home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / readme_en.txt < prev    next >
Text File  |  2005-06-12  |  6KB  |  168 lines

  1.   ApacheFriends XAMPP (basic package) version 1.4.13
  2.  
  3.   + Apache 2.0.54
  4.   + MySQL 4.1.12
  5.   + PHP 5.0.4 + PHP 4.3.11 + PEAR
  6.   + eAccelerator 0.9.3
  7.   + PHP-Switch win32 1.0 
  8.   + XAMPP Control Version 1.0 from www.nat32.com    
  9.   + XAMPP Security 1.0    
  10.   + SQLite 2.8.15
  11.   + OpenSSL 0.9.7g
  12.   + phpMyAdmin 2.6.2-pl1
  13.   + ADODB 4.63
  14.   + Mercury Mail Transport System for Win32 and NetWare Systems v4.01a
  15.   + FileZilla FTP Server 0.9.8a
  16.   + Webalizer 2.01-10
  17.   + Zend Optimizer 2.5.7
  18.  
  19. * System Requirements:
  20.  
  21.   + 64 MB RAM (recommended)
  22.   + 160 MB free Fixed Disk 
  23.   + Windows 98, ME, XP Home
  24.   + Windows NT, 2000, XP Professional (Recommended)
  25.  
  26. QUICK INSTALLATION:
  27.  
  28. [Step 1: Unpack the package to your usb stick or a partition of your choice.
  29. There it must be on the highest level like E:\ or W:\. It will 
  30. build E:\xampp or W:\xampp or something like this. Please do not
  31. use the "setup_xampp.bat" for an USB stick installation!]   
  32.  
  33. Step 1: Unpack the package into a directory of your choice. Please start the 
  34. "setup_xampp.bat" and beginning the installation. Note: xampp makes no 
  35. entries in the windows registry and no settings for the system variables. 
  36.  
  37. Step 2: If installation ends successfully, start the Apache 2 with 
  38. "apache_start".bat", MySQL with "mysql_start".bat". Stop the MySQL 
  39. Server with "mysql_stop.bat". For shutdown the Apache HTTPD, only 
  40. close the Apache Command (CMD).  
  41.  
  42. Step 3: Start your browser and type http://127.0.0.1 or 
  43. http://localhost in the location bar. You should see our pre-made
  44. start page with certain examples and test screens. 
  45.  
  46. Step 4: PHP (with mod_php, as *.php, *.php4, *.php3, *.phtml), Perl
  47. by default with *.cgi, SSI with *.shtml are all located in 
  48. => \...\xampp\htdocs\.
  49. Beispiele (Examples):
  50. => \...\xampp\htdocs\test.php => http://localhost/test.php
  51. => \...\xampp\myhome\test.php => http://localhost/myhome/test.php
  52.  
  53. Step 5: XAMPP UNINSTALL? Simply remove the "xampp" Directory.
  54. But before please shutdown the apache and mysql.  
  55.  
  56. ---------------------------------------------------------------
  57. PASSWORDS
  58.  
  59. 1) MySQL
  60.  
  61. user: root
  62. password:
  63. (means no password!)
  64.  
  65. 2) FileZilla FTP
  66.  
  67. user: newuser
  68. password: wampp 
  69.  
  70. user: anonymous
  71. password: some@mail.net
  72.  
  73. 3) Mercury: 
  74. Postmaster: postmaster (postmaster@localhost) und Admin (Admin@localhost)
  75.  
  76. Testuser: newsuser  
  77. password: wampp
  78.  
  79. 4) WEBDAV: 
  80.  
  81. user: wampp
  82. password: xampp
  83.  
  84. ---------------------------------------------------------------
  85. ONLY FOR NT SYSTEMS
  86. (NT4 | windows 2000 | windows xp professional)
  87.  
  88. \...\xampp\apache\apache_installservice.bat =
  89. ==> Install Apache 2 as service   
  90.  
  91. \...\xampp\apache\apache_uninstallservice.bat =
  92. ==> Uninstall Apache 2 as service   
  93.  
  94. \...\xampp\apache\mysql_installservice.bat =
  95. ==> Install MySQL as service   
  96.  
  97. \...\xampp\apache\mysql_uninstallservice.bat =
  98. ==> Uninstall MySQL as service   
  99.  
  100. ==> After all Service (un)installations, better restart system!
  101. ----------------------------------------------------------------
  102.  
  103.  
  104. Apache Notes:
  105.  
  106. (1) In contrast of apache 1.x, you can not stop the apache2
  107. with the command "apache -k shutdown". These functions only for
  108. an installations as service by NT systems. So, simply close
  109. the Apache START command for shutdown. 
  110.   
  111. (2) To use the experimental version of mod_auth_mysql remove the # in
  112. the httpd.conf. Detailed information about this topic can be found on 
  113. the left menu of xampp, once you started it.
  114.  
  115. (3) To use Mod_Dav load the Modules 
  116. mod_dav.so + mod_dav_fs.so in the httpd.conf by removing the # on 
  117. the beginning of their lines. Then try http://127.0.0.1:81 (not 
  118. for Frontpage, but for Dreamweaver)
  119.  
  120.  
  121. MYSQL NOTES:
  122.  
  123. (1) The MySQL server can be started by double-clicking (executing)
  124.     mysql_start.bat. This file can be found in the same folder you installed
  125.     xampp in, most likely this will be C:\xampp\.
  126.     The exact path to this file is X:\xampp\mysql_start.bat, where
  127.     "X" indicates the letter of the drive you unpacked xampp into.
  128.     This batch file starts the MySQL server in console mode. The first 
  129.     intialization might take a few minutes.
  130.     
  131.     Do not close the DOS window or you'll crash the server!
  132.     To stop the server, please use mysql_shutdown.bat, which is located in the same
  133.     directory.
  134.  
  135. (2) To use the MySQL Daemon with "innodb" for better performance, 
  136.     please edit the "my" (or "my.cnf") file in the /xampp/mysql/bin 
  137.     directory or for services the c:\my.cnf for windows NT/2000. 
  138.     In there, activate the "innodb_data_file_path=ibdata1:30M"
  139.     statement. Attention, "innodb" is not recommended for 95/98/ME/XP Home.
  140.     
  141.     To use MySQL as Service for NT/2000/XP Professional, simply copy the "my" 
  142.     / "my.cnf" file to C:\my, or C:\my.cnf. Please note that this 
  143.     file has to be placed in C:\ (root), other locations are not permitted. Then
  144.     execute the "mysql_installservice.bat" in the mysql folder.     
  145.          
  146.  
  147. (3) MySQL starts with standard values for the user id and the password. The preset
  148.     user id is "root", the password is "" (= no password). To access MySQL via PHP
  149.     with the preset values, you'll have to use the following syntax:
  150.     mysql_connect("localhost","root","");
  151.     If you want to set a password for MySQL access, please use of mysqladmin.
  152.     To set the passwort "secret" for the user "root", type the following:
  153.     C:\xampp\mysql\bin\mysqladmin -u root password secret
  154.     
  155.     After changing the password you'll have to reconfigure PHPMyAdmin to use the
  156.     new password, otherwise it won't be able to access the databases. To do that,
  157.     open the file config.inc.php in \xampp\phpmyadmin\ and edit the
  158.     following lines:    
  159.     
  160.     $cfg['Servers'][$i]['user']            = 'root';   // MySQL user
  161.     $cfg['Servers'][$i]['auth_type']       = 'http';   // HTTP authentificate
  162.  
  163.     So first the 'root' password is queried by the MySQL server, before PHPMyAdmin 
  164.     may access.
  165.               
  166. ---------------------------------------------------------------    
  167. Have a lot of fun! Viel Spa▀! Bonne Chance!
  168.